' CopyUserFiles.vbs
' VBScript for copying the Document and User files to another directory
' Coded for Windows XP but can be adapted for 2000 / Vista by changing
' FavoritesFolder, DesktopFolder, MyDocumentsFolder, strFilePath, and strDestination to suit your needs
' 
' Program runs silently while copying. It may take a while to copy large files. 
' A messagebox will pop up when finished.
'
' Author: Eric Wong http://circledock.wikidot.com
' VideoInPicture@gmail.com
' Version 1.0 - 4th September 2008
' ----------------------------------------------------------